Open https://github.com/dlab-berkeley/Geospatial-Fundamentals-in-R-with-sf
- Download & unzip the zip file
- Make a note of the folder in which it is located
Start RStudio and open a new script file or today’s .Rmd file.
Set your working directory to the repository you downloaded and unzipped.
Install the required libraries in RStudio - if you do not have them already
install.packages(
c("ggplot2", "ggmap", "dplyr", "sf", "units", "tmap", "raster"),
dependencies=TRUE)





